object Splash: TSplash Left = 398 Top = 311 BorderIcons = [] BorderStyle = bsNone ClientHeight = 207 ClientWidth = 488 Color = clWhite Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] FormStyle = fsStayOnTop KeyPreview = True PixelsPerInch = 96 Position = poScreenCenter OnClick = FormDeactivate OnClose = FormClose OnDeactivate = FormDeactivate OnKeyPress = FormKeyPress TextHeight = 16 object Panel1: TPanel Left = 0 Top = 0 Width = 488 Height = 207 Align = alClient BevelInner = bvLowered BorderWidth = 6 BorderStyle = bsSingle TabOrder = 0 OnClick = FormDeactivate object Image1: TImage Left = 12 Top = 13 Width = 461 Height = 175 AutoSize = True Center = True Picture.Data = {} OnClick = FormDeactivate end object BLabel1: TBLabel Left = 12 Top = 199 Width = 462 Height = 40 Alignment = taCenter AutoSize = False Caption = 'Developed by Dr.Bob, who also did most of the reviews, helped by' + ' Steve Troxell and Chris Frizelle. ' Font.Color = clRed Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False Transparent = True Visible = False WordWrap = True OnClick = FormDeactivate LabelStyle = lsRaised end object BLabel2: TBLabel Left = 12 Top = 237 Width = 462 Height = 50 AutoSize = False Caption = 'The Delphi Magazine is now published monthly and comes with a fr' + 'ee companion diskette, for details or a free sample copy, contac' + 't the editor Chris Frizelle at 70630,717 on CompuServe or call/f' + 'ax +44-181-460 0650' Font.Color = clYellow Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False Transparent = True WordWrap = True OnClick = FormDeactivate LabelStyle = lsRaised end object Label1: TLabel Left = 12 Top = 178 Width = 461 Height = 16 Alignment = taCenter AutoSize = False Caption = 'The Delphi Magazine Review Database of Delphi Books' Color = clWhite Font.Color = clMaroon Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentColor = False ParentFont = False OnClick = FormDeactivate end end end